One good solution is to set up CI (Hudson/Jenkins) so that every you can instruct it to execute your maven goal to execute Selenium tests.
IF you are far from CI then as a temporary solution you can create a batch file > which invokes your maven goal. And then you can schedule this batch file to be run from Windows schedular (or any other operating system you are on)
~ seleniumtests.com