Guess you're talking about CRS :).
The anomaly scoring mechanism uses the severity level of rules. Every rule has a severity level, which could be one of the notice (with points 2), warning (3), error (4), critical (5) (these are defined in this file).
If I understand you the best what you can do is a new custom SecAction
into your vhost config (with unique ID!), which increase/decrease these values, eg. like this:
SecAction \
"id:901701,\
phase:1,\
pass,\
t:none,\
setvar:'tx.notice_anomaly_score=10',\
setvar:'tx.warning_anomaly_score=20',\
setvar:'tx.error_anomaly_score=30',\
setvar:'tx.critical_anomaly_score=40'"