For a single item just edit the item, set the field to zero and save. If you need to do this for all rules, you can use a simple query on the database, like:
UPDATE <redj_rules_table_name> SET hits = 0;
You just have to replace <redj_rules_table_name> with the real table name (it depends on your installation).
Kind regards,
Luigi